From: Aryeh Gregor Date: Mon, 16 Jul 2007 20:05:32 +0000 (+0000) Subject: Er, right. Best to have "return true;" somewhere in the function, isn't it? X-Git-Tag: 1.31.0-rc.0~52063 X-Git-Url: http://git.cyclocoop.org/%22.%24match%5B1%5D.%22?a=commitdiff_plain;h=a4e96dbddb42a3aaff673d98f351668a52f69f36;p=lhc%2Fweb%2Fwiklou.git Er, right. Best to have "return true;" somewhere in the function, isn't it? --- diff --git a/includes/SiteStats.php b/includes/SiteStats.php index cbb075a2ae..65e3eb0080 100644 --- a/includes/SiteStats.php +++ b/includes/SiteStats.php @@ -134,6 +134,7 @@ class SiteStats { return false; } } + return true; } }